Send proper substitution character to Android IMEs
authorPo Lu <luangruo@yahoo.com>
Sat, 15 Jun 2024 02:04:07 +0000 (10:04 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 15 Jun 2024 02:04:07 +0000 (10:04 +0800)
commit25452986cbcf3db02cf0b5b624a03bc146b5d80c
treead54f452820c8b8c88c60c838a339066a914545a
parent1079d333ab7cb24b81e7ebc4087d2a11baa0097e
Send proper substitution character to Android IMEs

* src/androidterm.c (android_text_to_string): Substitute
REPLACEMENT CHARACTER for NULL in converting characters not
representable without surrogate pairs to UTF-16.
src/androidterm.c